home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win NT / NT Shareware / CLOCK95.ZIP / CIS.DLL / TEXT / TAPCISWIL next >
Encoding:
Text File  |  1996-09-26  |  207 b   |  8 lines

  1. hFile = FileOpen ("%tapdir%\out.box", "APPEND")
  2. FileWrite (hFile, '!, MAIL, POSTSCR, %scrfile%, "", N')
  3. FileWrite (hFile, @CRLF)
  4. FileClose (hFile)
  5.  
  6. DirChange ("%tapdir%")
  7. Run ("%pgmfile%", "%param%")
  8.